/*----- Google Font -----*/


/* @import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Montserrat:400,700|Raleway:100,200,300,400,400i,500,600,700,800,900');  */

/* ------------------------------
  1. Home One Css
---------------------------------*/
.wrapper {
	border-top: 1px solid #dedede
}

.scheme-area a, .scheme-area i {
	color: #e60012;
	position: relative;
	display: inline-block;
}

.mobile-menu-area {
	display: none;
}

.icon-titel {
	display: block;
	margin-bottom: 1.3rem;
	overflow: hidden;
}

.icon-titel i {
	color: #666666;
	float: left;
	font-size: 2.4rem;
	height: 5rem;
	line-height: 5rem;
	margin: 1.5rem 0 1.5rem 1.5rem;
	position: relative;
	text-align: center;
	width: 5rem;
	z-index: 999;
	transition: .3s;
}

.icon-titel i::after {
	border: 0.1rem solid #ddd;
	border-radius: 0.5rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(-45deg);
	width: 100%;
	z-index: -9999;
	transition: .3s;
}

.icon-titel h6 {
	display: block;
	font-weight: 700;
	margin: 0;
	overflow: hidden;
	padding-left: 2.5rem;
	padding-top: 3.4rem;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

.specialty-single:hover .icon-titel h6, .ourservice-single:hover .srvc-content h6 {
	color: #e60012;
}

.specialty-single:hover .icon-titel i, .ourservice-single:hover .srvc-icon a i {
	color: #fff;
}

.specialty-single:hover .icon-titel i::after, .social-rotate ul li a:hover, .ourservice-single:hover .srvc-icon a {
	background: #e60012;
	border-color: #e60012;
}

.specialty-image {
	margin-top: 10%;
	padding-left: 4rem;
}

.spe-discribe>p {
	margin: 0;
}

.text-titel {
	font-family: "Microsoft Yahei";
	font-size: 5rem;
	font-weight: 800;
	line-height: 8rem;
	letter-spacing: 0.2rem;
}

/* -------------------------
  3. About Video Area
-----------------------------*/

.video-area .img {
	display: block;
	overflow: hidden;
	position: relative;
}

.popup-youtube {
	color: #fff;
	display: block;
	font-size: 6rem;
	height: 7rem;
	left: 0;
	line-height: 7rem;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 35%;
	width: 7rem;
}

.social-rotate ul li a {
	border: 0.1rem solid #ddd;
	border-radius: 0.5rem;
	color: #666666;
	display: block;
	font-size: 1.5rem;
	height: 3rem;
	line-height: 3rem;
	margin-right: 2rem;
	text-align: center;
	transform: rotate(-45deg);
	width: 3rem;
	transition: .3s;
}

.social-rotate ul li.lanuage a:hover {
	background: none;
}

.social-rotate ul li.lanuage a i {
	border: 0.1rem solid #ddd;
	padding: 0.3rem;
	margin: 0;
	text-transform: uppercase;
	border-radius: 0.4rem;
	font-family: Arial, Helvetica, sans-serif, Times, serif;
	font-style: normal;
}

.header-area-2 .social-rotate ul li a {
	margin-right: 0.8rem;
}

.social-rotate ul li a:hover {
	color: #fff;
}

.social-rotate ul li a i {
	transform: rotate(45deg);
}

.service-hover {
	background: #fff none repeat scroll 0 0;
	border-radius: 0.5rem;
	box-shadow: 0.2rem 0.2rem 1rem 0.2rem #ddd;
	display: block;
	left: -0.5rem;
	opacity: 0;
	overflow: hidden;
	padding: 3.5rem 1.5rem 0.3rem;
	position: absolute;
	top: -1.3rem;
	transform: scale(0);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 36.6rem;
}

.social-rotate ul li.lanuage a {
	transform: rotate(0);
	padding-top: 0.5rem;
	margin: 0.2rem 0;
	transform: translateX(-0.3rem);
	border: none;
}

.social-rotate ul li.lanuage a:hover {
	background-color: none;
}

.social-rotate ul li.lanuage a:hover i {
	background-color: #e60012;
}

/* --------------------------
   application Area
-----------------------------*/

.application-body {
	position: relative;
}

.application-title {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.application-title h3, .application-title h2 {
	color: #f1f1f1;
	font-size: x-large;
	font-weight: 700;
}

/* --------------------------
  4. Service Area
-----------------------------*/

.service-single {
	border: 0.1rem solid #ddd;
	border-radius: 0.5rem;
	position: relative;
}

.srvc-icon i {
	color: #666666;
	font-size: 3.6rem;
}

.service-hover, .application-hover {
	background: #fff none repeat scroll 0 0;
	border-radius: 0.5rem;
	box-shadow: 0.2rem 0.2rem 1rem 0.2rem #ddd;
	display: block;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	overflow: hidden;
	padding: 3.5rem 1.5rem 0.3rem;
	position: absolute;
	top: 0;
	transform: scale(0);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
}

.application-single:hover .application-hover {
	visibility: visible;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
	transform: scale(1);
}

.service-single:hover .service-hover {
	transform: scale(1);
	visibility: visible;
	opacity: 1;
	background-color: #fff;
}

.application-single:hover .hover-caption p {
	color: #fff;
	font-size: 3rem;
	line-height: 200%;
	padding: 2rem;
}

.hvr-icon {
	margin-top: 0.5rem;
}

.hvr-icon i {
	color: #e60012;
	font-size: 3.6rem;
	margin-bottom: 2.5rem;
}

.hvr-icon>h6 {
	color: #e60012;
	margin-bottom: 2rem;
}

.wework-social {
	padding-left: 2rem;
	padding-right: 2rem;
}

.wework-social ul li {
	background: #fff none repeat scroll 0 0;
	border-radius: 0.5rem;
	height: 11.5rem;
	margin-right: 12.6rem;
	transform: rotate(45deg);
	width: 11.5rem;
	transition: .3s;
}

.wework-social ul li:last-child {
	margin-right: 0;
}

.wework-social ul li:hover {
	background: #e60012;
}

.wework-social ul li:hover a i, .wework-social ul li:hover a span {
	color: #fff;
}

.wework-social ul li a {
	display: block;
	height: 100%;
	padding: 25%;
	transform: rotate(315deg);
	width: 100%;
}

.wework-social ul li a i {
	color: #666666;
	display: block;
	font-size: 3rem;
	margin-bottom: 0.5rem;
	text-align: center;
	transition: .5s;
}

.wework-social ul li a span {
	color: #383838;
	display: block;
	font-family: "Microsoft Yahei";
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	transition: .5s;
}

/* --------------------------
  5. Portfolio css
-----------------------------*/

.portfolio-menu li, .portfolio-menu>a {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd navy #ddd #ddd;
	border-image: none;
	border-style: solid none solid solid;
	border-width: 0.1rem medium 0.1rem 0.1rem;
	color: #383838;
	cursor: pointer;
	font-family: "Microsoft Yahei";
	font-size: 1.4rem;
	font-weight: 700;
	margin-left: -0.4rem;
	padding: 1rem 2.5rem;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}

.portfolio-menu li:last-child {
	border-right: 0.1rem solid #ddd;
}

.portfolio-menu li.active, .portfolio-menu li:hover {
	background: #e60012 none repeat scroll 0 0;
	border-color: #e60012;
	color: #fff;
}

.portfolio-category li {
	margin-bottom: 1rem;
}

.portfolio-category li, .portfolio-category>a {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd navy #ddd #ddd;
	border-image: none;
	border-style: solid none solid solid;
	border-width: 0.1rem medium 0.1rem 0.1rem;
	color: #383838;
	cursor: pointer;
	font-family: "Microsoft Yahei";
	font-size: 1.4rem;
	font-weight: 700;
	margin-left: -0.4rem;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}

.portfolio-category li:last-child {
	border-right: 0.1rem solid #ddd;
}

.portfolio-category li.active, .portfolio-category li:hover {
	background: #e60012 none repeat scroll 0 0;
	border-color: #e60012;
	color: #fff;
}

.portfolio-category li a, .portfolio-category li a {
	display: flex;
	padding: 1rem 2.5rem;
}

.portfolio-category li.active a, .portfolio-category li:hover a {
	color: #fff;
}

.image-box::after {
	background: #e60012 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0rem;
	transform: rotate(90deg);
	transition: all 0.4s ease 0s;
}

.image-box>a {
	color: #fff;
	font-size: 7rem;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 1;
}

.image-box>a:hover {
	color: #fff;
}

.image-box:hover:after {
	opacity: 0.7;
	transform: rotate(0deg)
}

.image-box:hover a {
	visibility: visible;
	opacity: 1;
}

.image-box {
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.single-portfolio .header {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 600;
}

.portfoio-boxall {
	margin: 0 -0.5rem;
}

.text-content h6 {
	margin-bottom: 0;
}

.socialbar {
	margin-top: 3rem;
}

.portfolio-box .grid-item {
	width: 20%;
}

.latestshot-area .container-fluid, .map-area-main .container-fluid, .specialty-area .container-fluid, .successful-area .container-fluid, .latestshot-area .container-fluid {
	padding: 0;
}

.latestshot-menu li:last-child {
	border-right: 0.1rem solid #eee;
}

/* -------------------------
   6. Blog Area
----------------------------*/

.blog-content {
	border: 0.1rem solid #ddd;
	padding: 2.8rem 2rem;
}

.blog-content>h6 {
	margin-bottom: 1.5rem;
}

.blog-content a {
	transition: all 0.4s ease 0s;
}

.post-info {
	color: #777;
	font-family: "Microsoft Yahei";
	font-size: 1.2rem;
	font-weight: 400;
}

.post-date>a, .favorite-comment>a, .favorite>a {
	color: #777;
}

.post-date>a:hover, .favorite-comment>a:hover, .favorite>a:hover {
	color: #e60012;
}

.post-date i, .favorite-comment i {
	color: #777;
	margin-right: 0.4rem;
}

.favorite {
	float: left;
	margin-right: 2.3rem;
}

.single-product .product-content {
	padding: 2.8rem 2rem;
}

.single-product .product-content>h6 {
	margin-bottom: 1.5rem;
}

.single-product .product-content a {
	transition: all 0.4s ease 0s;
}

.single-product .product-img {
	position: relative;
	overflow: hidden;
}

.single-product .hover-img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.5s;
}

.single-product .product-img:hover .hover-img {
	opacity: 1;
}

.blog-img::before, .blog-img::after {
	background: #e60012 none repeat scroll 0 0;
	content: "";
	height: 300%;
	left: 0;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: all 0.6s ease 0s;
	width: 300%;
}

.blog-img::before {
	transform: skew(45deg) translateX(100%);
	z-index: 9;
}

.blog-img::after {
	transform: skew(45deg) translateX(-100%);
}

.blog-img {
	overflow: hidden;
	position: relative;
}

.blog-img a::before {
	color: #fff;
	content: "";
	font-family: material-design-iconic-font;
	font-size: 7rem;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 9;
}

.single-blog:hover .blog-img::before, .single-blog:hover .blog-img::after {
	cursor: pointer;
	transform: skew(45deg) translateX(0rem);
}

.single-blog:hover .blog-img a::before {
	opacity: 1;
	transform: translateY(-50%);
}

/* -------------------------
   7. Client Testimonial
----------------------------*/

.ct-cp {
	float: left;
}

.client-say {
	display: block;
	overflow: hidden;
	padding: 8.2rem 10rem 8.2rem 6rem;
}

.client-info>h6 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 0.1rem;
}

.client-info>p, .client-adrs>p {
	color: #b9b9b9;
	font-family: "Microsoft Yahei";
	font-style: italic;
	font-weight: 400;
	margin: 0;
	padding-bottom: 0.6rem;
	position: relative;
}

.client-info>p::after {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0.2rem;
	left: 0;
	position: absolute;
	width: 9rem;
}

.client-testimonial-area .owl-theme .owl-controls {
	margin-top: 6.8rem;
	text-align: center;
}

.client-testimonial-area .owl-theme .owl-controls .owl-buttons div {
	background: transparent none repeat scroll 0 0;
	border: 0.1rem solid #fff;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	height: 4rem;
	line-height: 4rem;
	margin: 0 2.3rem 0 0;
	opacity: 1;
	padding: 0;
	text-align: center;
	transform: rotate(45deg);
	width: 4rem;
	transition: .3s;
}

.client-testimonial-area .owl-theme .owl-controls .owl-buttons div:hover {
	color: #e60012;
}

.client-testimonial-area .owl-theme .owl-controls .owl-buttons div.owl-prev::after {
	content: "";
	font-family: material-design-iconic-font;
	font-size: 3rem;
	height: 100%;
	left: 0;
	margin-top: 0.4rem;
	position: absolute;
	right: 0;
	transform: rotate(495deg);
	width: 100%;
}

.client-testimonial-area .owl-theme .owl-controls .owl-buttons div.owl-next::before {
	content: "";
	font-family: material-design-iconic-font;
	font-size: 3rem;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	transform: rotate(675deg);
	width: 100%;
	margin-top: -0.1rem;
}

.client-testimonial-area .owl-theme .owl-prev i, .client-testimonial-area .owl-theme .owl-next i {
	display: none;
}

/* -------------------------
   8. Pricing Table
----------------------------*/

.pricing-table-single {
	border: 0.1rem solid #ddd;
	transition: .3s;
}

.pricing-table-single:hover {
	box-shadow: 0.2rem 0.2rem 1.5rem 0.5rem #ddd;
}

.table-category {
	padding-bottom: 4.5rem;
	padding-top: 4.5rem;
	border-bottom: 0.1rem solid #e60012;
}

.table-category h1 {
	color: #e60012;
	font-family: "Microsoft Yahei";
	font-size: 4.8rem;
	font-weight: 900;
	margin: 2rem 0 0;
}

.table-category h1 span {
	color: #999999;
	font-size: 1.2rem;
	font-weight: 900;
	margin-left: 0.8rem;
	text-transform: uppercase;
}

.pricing-list>ul {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.pricing-list>ul li {
	display: block;
	padding: 1.2rem 0;
}

.pricing-list.text-center li:first-child {
	padding-top: 0;
}

.pricing-list.text-center li:last-child {
	padding-bottom: 0;
}

.pricing-list>ul li a {
	color: #606060;
	font-family: "Microsoft Yahei";
	font-size: 1.4rem;
	font-weight: 400;
	cursor: unset;
}

.order-button>a {
	border-top: 0.1rem solid #ddd;
	color: #e60012;
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 1.5rem 0;
	transition: .3s;
}

.order-button>a:hover {
	background: #e60012;
	color: #fff;
	border-color: #e60012;
}

/* -------------------------
   9. Brand Area
----------------------------*/

.brand-single>a {
	display: block;
	margin-bottom: 0.1rem;
	transition: all 0.3s ease 0s;
	border: 0.2rem solid #ddd;
	border-radius: 0.5rem;
}

.brand-single>a:hover {
	border-color: #e60012;
}

.single-brand {
	margin-bottom: 0.1rem;
}

/* -------------------------
   10. Form Contact
----------------------------*/

.map-area-main {
	position: relative;
}

.help-contact-area {
	margin-top: -5.8%;
	width: 100%;
}

.form-group {
	margin-bottom: 0;
	padding-left: 17rem;
	padding-right: 17rem;
	padding-top: 3.5rem;
}

.shadow {
	box-shadow: 0.2rem 0.2rem 1.5rem 0.5rem #ddd;
	position: relative;
}

.form-single input {
	background: transparent none repeat scroll 0 0;
	border: 0.1rem solid #ddd;
	border-radius: 0;
	box-shadow: none;
	float: left;
	height: 4rem;
	margin-bottom: 2rem;
}

.form-single.two input {
	display: inline-block;
	width: 40%;
	clear: both;
}

.form-single::after {
	clear: both;
}

.form-textarea textarea {
	background: transparent none repeat scroll 0 0;
	border: 0.1rem solid #ddd;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 2rem;
	height: 10rem
}

.form-button button {
	background: #e60012 none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	color: #fff;
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	height: 4rem;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

.form-control:focus {
	border-color: #e60012;
	box-shadow: none;
	outline: 0 none;
}

.form-textarea {
	clear: both;
}

/* -------------------------
   11. Footer Bottom
----------------------------*/

.footer-area .social-rotate ul li a {
	border: 0.1rem solid #fff;
	border-radius: 0.5rem;
	color: #fff;
	display: block;
	font-size: 2.4rem;
	height: 4.5rem;
	line-height: 4.5rem;
	margin-right: 4rem;
	text-align: center;
	transform: rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: 4.5rem;
}

.footer-area .social-rotate ul li a:hover {
	background: #e60012 none repeat scroll 0 0;
	border-color: #e60012;
}

.footer-bottom a {
	color: #fff;
}

.footer-bottom ul {
	margin-right: 2rem;
}

.footer-bottom ul li {
	margin-right: 2rem;
}

.fotter-copyright p {
	font-size: 1.3rem;
	font-weight: 400;
	margin-bottom: 0
}

.fotter-copyright p a {
	color: #e60012;
}

/* -------------------------
   12. Home Two Css
----------------------------*/

/* -------------------------
   13. About Us
----------------------------*/

.aboutus-area {}

.specialty-single.two {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd;
	border-style: solid solid solid none;
	border-width: 0.1rem 0.1rem 0.1rem 0;
	float: left;
	padding: 8rem 6rem;
	width: 25%;
}

.specialty-single.two .icon-titel i {
	margin: 1.5rem 0 1.5rem 1rem;
}

.read-more-btn>a {
	background: #e60012 none repeat scroll 0 0;
	border-radius: 0.5rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 1rem 2.5rem;
	text-transform: uppercase;
	transition: .3s;
}

.read-more-btn>a:hover, .newsletter-form>button:hover, .contact-button button:hover, .form-button button:hover {
	background: #45C0C8
}

/* -------------------------
   14. Our Successful
----------------------------*/

.successful-area {
	padding-left: 11.5rem;
	padding-right: 10rem;
}

.successful-single {
	position: relative;
	float: left;
	text-align: center;
}

.successful-single h3 {
	color: #fff;
	position: absolute;
	right: -1.5rem;
	top: 5rem;
	border-top: 1px solid #dedede;
	font-size: 1.4rem;
}

.sucs-count {
	overflow: hidden;
	display: flex;

}

.sucs-count city, .sucs-count em {
	margin-top: 2rem;
}

.sucs-count city {
	color: #e60012;
}

.sucs-count em {
	padding: 0 1rem;
	display: inline-block;
	margin-left: -2rem;
}

.sucs-count h3 {
	color: #fff;
	font-family: "Microsoft Yahei";
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0;

}

.sucs-count span {
	color: #fff;
	font-size: 6rem;
	font-weight: 700;
	margin-bottom: -1rem;
	min-width: 9rem;
	padding-right: 2rem;
}

.sucs-icon a {
	background: #fff none repeat scroll 0 0;
	border-radius: 0.5rem;
	display: block;
	float: left;
	height: 7.2rem;
	line-height: 7.2rem;
	margin-right: 4rem;
	overflow: hidden;
	/* transform: rotate(45deg); */
	width: 7.2rem;
	transition: .3s;
}

.sucs-icon a svg {
	width: 100%;
}

.sucs-icon a i {
	color: #666666;
	font-size: 3.5rem;
	height: 100%;
	line-height: 7.5rem;
	padding: 0;
	text-align: center;
	transform: rotate(315deg);
	width: 100%;
	transition: .3s;
}

.successful-single:hover .sucs-icon a {
	background: #e60012;
}

.successful-single:hover .sucs-icon a i {
	color: #fff;
}

/* -------------------------
   15. Our Service
----------------------------*/

.srvc-icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.srvc-content>h6 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	transition: .3s;
}

.srvc-content>p {
	margin: 0;
}

.ourservice-single a {
	border: 0.1rem solid #ddd;
	border-radius: 0.5rem;
	display: block;
	height: 7.2rem;
	line-height: 7.2rem;
	margin: 0 auto;
	text-align: center;
	transform: rotate(45deg);
	width: 7.2rem;
	transition: .3s;
}

.ourservice-single a i {
	color: #666666;
	font-size: 3.5rem;
	height: 100%;
	line-height: 7.5rem;
	padding: 0;
	text-align: center;
	transform: rotate(315deg);
	transition: all 0.3s ease 0s;
	width: 100%;
}

/* -------------------------
   16. Team See Our Portfolio
----------------------------*/

.team-our-portfolio h4 {
	color: #fff;
	font-size: 2.4rem;
	margin: 0;
}

.teambutton-one {
	display: inline-block;
	margin-right: 3rem;
	margin-top: 3.5rem;
}

.teambutton-one>a {
	border: 0.1rem solid #fff;
	border-radius: 0.5rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	overflow: hidden;
	padding: 1rem 2rem;
	transition: .3s;
}

.teambutton-one>a:hover {
	background: #fff;
	color: #757575;
}

/* -------------------------
   17. Latest Shot/Portfolio Css
----------------------------*/

.latestshot-menu li, .category-menu li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #eee navy #eee #eee;
	border-image: none;
	border-style: solid none solid solid;
	border-width: 0.1rem medium 0.1rem 0.1rem;
	color: #383838;
	cursor: pointer;
	font-family: "Microsoft Yahei";
	font-size: 1.4rem;
	font-weight: 700;
	margin-left: -0.4rem;
	text-transform: uppercase;
	transition: .3s;
}

.latestshot-menu li.active, .latestshot-menu li:hover {
	border-top: 0.2rem solid #e60012;
	border-bottom: 0.2rem solid #e60012;
}

.latestshot-content .grid-sizer, .latestshot-content .grid-item {
	width: 25%;
}

/* Massonary 2 columns */

.latestshot-content .grid-item--width2 {
	width: 50%;
}

.latestshot-content .grid-item--width4 {
	width: 25%;
}

.latestshot-content .grid-item--width {
	width: 100%;
}

.portfolio-image>a, .single-portfolio, .effect-titel {
	display: block;
	overflow: hidden;
	position: relative;
}

.effect-titel {
	background: rgba(250, 250, 250, 0.8) none repeat scroll 0 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(-45deg);
	transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 100%;
	padding-top: 35%;
}

.effect-titel.two {
	padding-top: 15%;
}

.effect-titel.three {
	padding-top: 15%;
}

.effect-titel>a {
	background: #e60012 none repeat scroll 0 0;
	border-radius: 0.5rem;
	display: block;
	height: 4.5rem;
	line-height: 4.5rem;
	margin: 0 auto 2.2rem;
	transform: rotate(45deg);
	width: 4.5rem;
}

.effect-titel a i {
	color: #fff;
	font-size: 2.5rem;
	padding: 1rem;
	transform: rotate(138deg);
}

.effect-titel h2 {
	color: #383838;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0;
}

.effect-titel>p {
	color: #383838;
	font-family: "Microsoft Yahei";
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0;
	text-transform: capitalize;
}

.image-effect:hover .effect-titel {
	opacity: 1;
	visibility: visible;
	transform: rotate(0deg);
}

/* -------------------------
   18. Our Team
----------------------------*/

.team-single {
	display: block;
	position: relative;
}

.team-details {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	border: 0.1rem solid #e60012;
	height: 100%;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 100%;
	transform: scale(0);
	cursor: pointer;
}

.team-adrs h5 {
	color: #e60012;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.team-adrs>p {
	color: #383838;
	margin: 0;
}

.team-socaladrs ul li a {
	color: #666666;
	font-size: 1.6rem;
	padding: 0.5rem;
}

.team-socaladrs ul li a:hover {
	color: #e60012;
}

.team-single:hover .team-details {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}

/* -------------------------
   19. Skill Progress
----------------------------*/

.skill {
	padding-top: 1.6rem;
}

.skill-area>h4 {
	color: #383838;
	font-size: 2.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

.skill-content {
	overflow: hidden;
	padding-top: 4rem;
}

.skill .progress-bar {
	background-color: #e60012;
	box-shadow: none;
	position: relative;
}

.skill .progress .lead {
	color: #333;
	font-size: 1.4rem;
	font-weight: 400;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	top: -2.5rem;
	width: 100%;
	z-index: 99;
}

.skill .progress .lead span {
	float: right;
	text-align: right;
}

.skill .progress {
	background-color: #eeeeee;
	border-radius: 0;
	box-shadow: none;
	height: 1rem;
	margin-bottom: 6.2rem;
	overflow: visible;
	position: relative;
}

.skill .progress-bar::after {
	background: #fff none repeat scroll 0 0;
	border: 0.3rem solid #e60012;
	border-radius: 3rem;
	content: "";
	height: 2.5rem;
	position: absolute;
	right: -0.5rem;
	top: -0.8rem;
	width: 2.5rem;
}

.skill .progress-bar>span {
	color: #767676;
	float: right;
	font-family: "Microsoft Yahei";
	font-size: 1.4rem;
	margin-top: -2.5rem;
	position: relative;
}

.skill .progress:last-child {
	margin-bottom: 0.8rem;
}

.single-skill {
	float: left;
	width: 50%;
}

.skill-titel p {
	margin-bottom: 0;
	margin-top: -29%;
}

/* -------------------------
   20. our pricing table
----------------------------*/

.pricing-table-single.two {
	display: block;
	overflow: hidden;
	transition: .3s;
	background: #e60012;
}

.table-content {
	margin-bottom: 3rem;
	margin-right: 3rem;
	padding: 6rem;
}

.pricing-table-single.two h6 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 2.5rem 0 2.5rem 6rem;
}

.table-content {
	background: #fff none repeat scroll 0 0;
	transition: .4s;
}

.price-category h1 {
	color: #e60012;
	font-family: "Microsoft Yahei";
	font-size: 4.8rem;
	font-weight: 900;
	margin: 0;
}

.price-category h1 span {
	color: #999999;
	font-size: 1.2rem;
	font-weight: 900;
	margin-left: 0.8rem;
	text-transform: uppercase;
}

.price-list>ul {
	padding-bottom: 4.5rem;
	padding-top: 5rem;
}

.price-list li:first-child {
	padding-top: 0;
}

.price-list>ul li {
	display: block;
	padding: 1.2rem 0;
}

.price-list>ul li a {
	color: #606060;
	cursor: unset;
	font-family: "Microsoft Yahei";
	font-size: 1.4rem;
	font-weight: 400;
}

.price-list>ul li a i {
	margin-right: 1rem;
}

.two .order-button>a {
	border: 0.1rem solid #ddd;
	background: #fff;
}

.pricing-table-single.two:hover {
	background: #fff;
	box-shadow: none;
}

.pricing-table-single.two:hover .table-content {
	box-shadow: 0.2rem 0.2rem 0.4rem 0.2rem #ddd;
}

.pricing-table-single.two:hover h6 {
	color: #e60012;
}

.pricing-table-single.two:hover .table-content {
	background: #e60012;
	color: #fff;
	border-color: #e60012;
}

.pricing-table-single.two:hover .price-category h1, .pricing-table-single.two:hover .price-category h1 span, .pricing-table-single.two:hover .price-list>ul li a {
	color: #fff;
}

.two .order-button>a:hover {
	background: #e60012;
	color: #fff;
	border-color: #fff;
}

/* -------------------------
   21. Blog Style
----------------------------*/

.style-two .blog-content {
	border: none;
}

.style-two>h6 {
	margin-bottom: 2.5rem;
	margin-left: 2.5rem;
	margin-top: 2.5rem;
}

.post-content>p {
	display: block;
	margin: 2rem 0;
	overflow: hidden;
}

.post-btn a {
	color: #e60012;
	font-size: 1.4rem;
}

.post-btn a:hover {
	color: #999;
}

.post-btn a i {
	margin-left: 0.5rem;
}

/* -------------------------
   22. Our Client
----------------------------*/

.client-content {
	border-radius: 0.5rem;
	display: block;
	margin-bottom: 6rem;
	overflow: unset;
	padding: 5.8rem 10rem 10rem;
}

.client-content span i {
	font-size: 5rem;
	margin-bottom: 1.7rem;
}

.client-content>p {
	margin-bottom: 2.6rem;
	padding: 0 7%;
}

.client-adrs>h6 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0;
}

.client-adrs>p {
	color: #fff;
}

.client-img {
	bottom: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
}

.our-client .owl-theme .owl-controls {
	margin-top: 5.5rem;
	text-align: center;
}

.our-client .owl-theme .owl-controls .owl-page span {
	background: #869791 none repeat scroll 0 0;
	border-radius: 0;
	display: block;
	height: 0.3rem;
	margin: 0.5rem 0.7rem;
	opacity: 0.5;
	width: 4rem;
	margin-bottom: 0;
}

.our-client .owl-theme .owl-controls .owl-page.active span, .our-client .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #e60012 none repeat scroll 0 0;
	opacity: 1;
}

.our-client-single {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

/* -------------------------
   23. Footer Style Two
----------------------------*/

.footer-menu h6 {
	color: #fff;
	display: block;
	font-size: 1.8rem;
	margin-bottom: 1.8rem;
	overflow: hidden;
}

.contact-details ul li {
	margin-bottom: 2rem;
	display: block;
}

.contact-details ul li:last-child, .recent-post ul li:last-child, .quick-link ul li, .project-information ul li:last-child {
	margin: 0;
}

.contact-details ul li a {
	border: 0.1rem solid #fff;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 1.6rem;
	height: 3rem;
	line-height: 3rem;
	margin-right: 2rem;
	margin-top: 1rem;
	text-align: center;
	transform: rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: 3rem;
}

.contact-details ul li a i {
	transform: rotate(45deg);
}

.contact-details ul li:hover a {
	background: #fff none repeat scroll 0 0;
	color: #e60012;
}

.contact-details p {
	color: #cccbcb;
	display: block;
	margin: 0;
	overflow: hidden;
}

.recent-post img {
	max-width: 6rem;

}

.relation .recent-post img {
	float: left;
	max-width: 6rem;
}

.relation .recent-post img:hover {
	transform: scale(1.1);
}

.recent-post ul li {
	margin-bottom: 1rem;
	width: 100%;
	display: flex;
	flex
}

.recent-post ul li h5 {
	color: #cccccc;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2rem;
	margin: 0;
	overflow: hidden;
}

.recent-post ul li h5 a, .footer-copyright>p a {
	color: #cccccc;
}

.recent-post ul li h5 a:hover, .footer-copyright>p a:hover {
	color: #e60012
}

.recent-post ul li span, .recent-post ul li div {
	color: #cccccc;
	font-family: "Microsoft Yahei";
	font-size: 1.4rem;
}

.recent-post ul li>div:first-child {
	width: 6rem;
	flex-shrink: 0;
	margin-right: 1.5rem
}

.quick-link ul li {
	display: block;
	padding-bottom: 1rem;
}

.quick-link ul li a {
	color: #cccccc;
	display: block;
	font-family: "Microsoft Yahei";
	padding-left: 2rem;
	position: relative;
}

.quick-link ul li:hover a {
	color: #e60012;
}

.quick-link ul li a::after {
	background: #cccccc none repeat scroll 0 0;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 0.8rem;
	width: 0.5rem;
}

.quick-link ul li:hover a::after {
	color: #e60012;
	background: #e60012;
}

/* News Letter Form*/

.newsletter>p {
	color: #cccccc;
	font-family: "Microsoft Yahei";
	margin-bottom: 2.8rem;
}

.newsletter-form input {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	border-radius: 0.5rem;
	box-shadow: none;
	color: #999999;
	font-family: "Microsoft Yahei";
	font-size: 1.2rem;
	height: 4rem;
	padding-left: 2rem;
	width: 100%;
	margin-bottom: 3.4rem;
}

.newsletter-form>button {
	background: #e60012 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0.5rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 1.5rem 3rem;
}

.footer-copyright>p {
	font-family: "Microsoft Yahei";
	font-size: 1.3rem;
	margin: 0;
}

/*Mail Chimp */

.mailchimp-alerts {
	padding: 1rem 0;
}

.mailchimp-submitting {
	color: #31708f
}

.mailchimp-success {
	color: #3c763d;
}

.mailchimp-error {
	color: #a94442;
}

/* -------------------------
   24. About Us Page
----------------------------*/

.breadcrumb-list .active, .breadcrumb-list .active a {
	color: #e60012;
}

.breadcrumb-list .divider {
	padding: 0 0.5rem;
}

.video-content.two>h6 {
	font-size: 2rem;
}

.video-content.two>h5 {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 2rem;
}

.mission-vission .video-content h6 {
	font-size: 2.4rem;
}

.about-menu ul li {
	display: block;
	overflow: hidden;
	padding-bottom: 0.5rem;
	padding-left: 1.5rem;
	position: relative;
}

.about-menu ul li::after {
	border: 0.1rem solid #999999;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 0.8rem;
	width: 0.5rem;
}

.choose-us .icon-titel h6 {
	padding-left: 4%;
}

.choose-us .spe-discribe>p {
	padding-right: 20%;
	padding-left: 5%;
}

.two .help-contact-area {
	margin-top: -10%;
	width: 100%;
	z-index: 99;
}

.two .section-title h1 {
	text-transform: capitalize;
	font-size: 2.4rem;
}

.two .form-group {
	padding-left: 6rem;
	padding-right: 6rem;
	padding-top: 3.5rem;
}

.contact-button button {
	clear: both;
	background: #e60012 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0.5rem;
	box-shadow: none;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	padding: 1.2rem 4rem;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

/* -------------------------
   25. Contact Us Page
----------------------------*/

.cntct-right-adrs .section-title h4::before, .comments-box .section-title h4::before {
	left: 0;
	right: 0;
	margin: 0;
}

.cntct-right-adrs .section-title h4::after, .comments-box .section-title h4::after {
	left: 1.5rem;
	right: 0;
	margin: 0;
}

.feedback-form .section-title h4::before, .comments-box .section-title h4::before {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.feedback-form .section-title h4::after, .comments-box .section-title h4::after {
	left: 1.5rem;
	right: 0;
	margin: 0 auto;
}

.footer-area .contact-details ul li a {
	flex: 0 0 auto;
}

.adrs-details ul li, .footer-area .contact-details ul li {
	display: flex;
	align-items: center;
	margin: 4rem auto;
	width: 100%;
}

.footer-area .contact-details ul li {
	margin: 2rem auto;
}

.adrs-details ul li a {
	border: 0.1rem solid #ddd;
	border-radius: 0.5rem;
	color: #666666;
	display: inline-block;
	flex: 0 0 auto;
	font-size: 2.4rem;
	height: 4rem;
	width: 4rem;
	line-height: 4rem;
	margin-right: 2rem;

	text-align: center;
	transform: rotate(-45deg);
	transition: all 0.3s ease 0s;

}

.adrs-details ul li:hover a {
	background: #e60012 none repeat scroll 0 0;
	color: #fff;
	border-color: #e60012;
}

.adrs-details ul li a i {
	transform: rotate(45deg);
}

.adrs-details p {
	color: #606060;
	display: block;
	line-height: 150%;
	margin: 0;
	overflow: hidden;
	padding-right: 20%;
	font-weight: 200;


}

.adrs-details p span {
	padding: 0 1rem 1rem 0;
	display: inline-block;
	line-height: 150%;
}

p.form-messege {
	font-size: 2rem;
	margin-top: 1.5rem;
	margin-bottom: 0;
	margin: 0;
}

p.success {
	color: green;
}

p.error {
	color: red;
}

/* -------------------------
   26. Portfolio Details Page
----------------------------*/

.portfolio-titel h4 {
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0;
}

.project-details {
	float: left;
	padding: 10rem 7rem 10rem 10rem;
	width: 50%;
}

.project-details>h5 {
	color: #fff;
	font-weight: 700;
	margin: 0 0 2rem;
}

.project-information ul li {
	display: block;
	font-family: "Microsoft Yahei";
	font-weight: 400;
	margin-bottom: 2.45rem;
}

.project-information ul li span {
	font-size: 1.4rem;
	font-weight: 600;
}

.project-develope ul {
	height: 100%
}

.project-develope .tab-content {
	max-width: 60%;
}

.project-develope .articles-list ul li {
	overflow: hidden;
	padding: 2.1rem;
	background-color: #f5f5f5;
	transition: all 0.6s;
	margin-bottom: 2rem;
}

.project-develope .articles-list ul li:last-child {
	margin-bottom: 0;
}

.project-develope .articles-list ul li figure {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #333;
	padding: 0 4rem;
	text-align: center;
	color: #fff;
}

.project-develope .articles-list ul li figure p {
	color: #fff;
	white-space: nowrap;
}

.project-develope .articles-list ul li figure p:first-child {
	font-size: xx-large;
	font-weight: 700;
}

.project-develope .articles-list ul li figure p:last-child {
	font-size: normal;
	font-weight: 200;
}

.project-develope .articles-list ul li a {
	width: 100%;
	text-align: left;
	color: #383838;
	display: flex;
	flex-direction: column;
	font-family: Montserrat;
	font-size: 1.8rem;
	margin-right: 0.5rem;
	padding: 0.5rem 1.5rem;
	background-color: #fff;
}

.project-develope.articles-list ul li.active, .project-develope .articles-list ul li:hover {
	background: #e60012;
}

.project-develope .articles-list ul li a p {
	border-top: 1px dashed #f2f2f2;
	padding-top: 1rem;
	color: #999;
	font-size: 1.4rem;
}

.project-develope .articles-list ul li.active a, .project-develope .articles-list ul li:hover a {
	color: #fff;
}

.project-develope {
	padding: 0;
}

.project-area {
	display: block;
	overflow: hidden;
	width: 100%;
}

.tab-dicrib {
	float: left;
	padding-right: 3rem;
	width: 50%;
}

/* -------------------------
   27. Pagination Count css
----------------------------*/

.pagination-count ul li a {
	border: 0.1rem solid #ddd;
	color: #666666;
	display: block;
	font-family: "Microsoft Yahei";
	font-size: 1.3rem;
	font-weight: 400;
	height: 3rem;
	line-height: 2.8rem;
	margin-right: 1rem;
	text-align: center;
	width: 3rem;
}

.pagination-count ul li {
	padding-right: 0.5rem;
}

.pagination-count ul li:last-child {
	padding: 0;
}

.pagination-count ul li a i {
	font-size: 1.6rem;
	font-weight: bold;
}

.pagination-count ul li a:hover, .pagination-count ul li a.active {
	background: #e60012;
	color: #fff;
	border-color: #e60012;
}

/* -------------------------
   28. Blog Details Page
----------------------------*/

.blogdetails-titel {
	min-height: 9rem;
	padding-left: 10rem;
}

.blogdetails-titel>span {
	display: flex;
	align-content: center;
	align-items: center;
	background: #e60012 none repeat scroll 0 0;
	color: #fff;
	float: left;
	font-family: "Microsoft Yahei";
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 100%;
	margin-right: 3rem;
	text-align: center;
	text-transform: uppercase;
	width: 30rem;
	margin-right: 3rem;
}

.blogdetails-titel>div.title {
	flex-direction: column;
	justify-content: center;
}

.blogdetails-titel>div.title, .blogdetails-titel>div.title h1 {
	display: flex;
	align-items: center;
}

.blogdetails-titel>h4 {
	color: #383838;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 9rem;
	text-transform: uppercase;
	margin: 0;
}

.blog-discribe-area {
	padding: 0 10rem 10rem;
}

.dicrobe-content {
	box-shadow: 0.2rem 0.2rem 0.8rem 0.8rem #ddd;
	padding: 2.5rem 7rem 10rem;
}

.dicrobe-content blockquote {
	background: #fbfbfb none repeat scroll 0 0;
	border-left: 0 none;
	font-size: 1.75rem;
	margin: 3.7rem 0;
	padding: 3.5rem 4rem;
}

.dicrobe-content blockquote p {
	color: #666666;
	font-family: "Microsoft Yahei";
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 3rem;
}

.dicrobe-content blockquote p i {
	color: #e60012;
	padding: 0 1rem;
}

/*Blog Social*/

.blog-social {
	background: #fbfbfb none repeat scroll 0 0;
	height: auto;
	margin-bottom: 3rem;
	margin-top: 3rem;
	padding: 0 2rem;
}

.blog-social>p {
	float: left;
	line-height: 5rem;
	margin: 0;
	text-align: left;
}

.blog-social>ul {
	line-height: 5rem;
	text-align: right;
}

.blog-social ul li a {
	color: #666666;
	font-size: 1rem;
	padding: 1.6rem 0.5rem;
}

.blog-social ul li a:hover {
	color: #e60012;
}

.comments-box.two .section-title h4, .comments-box.three .section-title h4 {
	font-family: "Microsoft Yahei";
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
}

/* Comment Author */

.comment-pic {
	display: inline-block;
	float: left;
	margin-right: 3rem;
	overflow: hidden;
}

.comment-author {
	display: block;
	overflow: hidden;
}

.comment-author h3 {
	color: #383838;
	font-family: "Microsoft Yahei";
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0 0 0.2rem;
	text-transform: uppercase;
}

.comment-author>p {
	color: #999999;
	float: left;
	font-size: 1.2rem;
	margin: 0 0 0.8rem;
}

.comment-author>a {
	background: #e60012 none repeat scroll 0 0;
	border-radius: 2rem;
	color: #fff;
	float: right;
	font-size: 1.6rem;
	height: 3rem;
	line-height: 3rem;
	margin-top: -1.2rem;
	text-align: center;
	width: 3rem;
}

.comment-dis {
	display: block;
	margin: 0 0 1rem;
	overflow: hidden;
}

.three .form-group {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.8rem;
}

/* -------------------------
   29. 404 Page
----------------------------*/

.four-zero-content h2 {
	color: #333333;
	font-size: 7rem;
	font-weight: 800;
	text-transform: uppercase;
}

.four-zero-content h2 span {
	color: #e60012;
}

.four-zero-content a {
	background: #333333 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	padding: 1.2rem 3rem;
	text-transform: uppercase;
}

.four-zero-content a:hover {
	background: #e60012 none repeat scroll 0 0;
	color: #fff;
}

/* -------------------------
   30. ScrollUp
----------------------------*/

#scrollUp {
	background: #e60012 none repeat scroll 0 0;
	border-radius: 0.5rem;
	bottom: 1.5rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
	color: #fff;
	font-size: 2.8rem;
	height: 4rem;
	line-height: 3.5rem;
	position: fixed;
	right: 1.5rem;
	text-align: center;
	transform: rotate(45deg);
	transition: all 0.3s ease 0s;
	width: 4rem;
	z-index: 200;
}

#scrollUp i {
	transform: rotate(-45deg);
}

#scrollUp:hover {
	background: #dd4000;
}

/* -------------------------
   31. Style Customizer css
----------------------------*/

.boxed-layout.wrapper {
	background-color: #fff;
	box-shadow: -0.3rem 0 5rem -0.2rem rgba(0, 0, 0, 0.14);
	margin: auto;
	position: relative;
	max-width: 124rem;
	width: 100%;
}

.boxed-layout .sticky, .box-layout .sticky {
	left: auto;
	margin: auto;
	width: 124rem;
}

/*Background Patterns*/

.pattern-1 {
	background-image: url("images/customizer/pattern/1.png");
}

.pattern-2 {
	background-image: url("images/customizer/pattern/2.png");
}

.pattern-3 {
	background-image: url("images/customizer/pattern/3.png");
}

.pattern-4 {
	background-image: url("images/customizer/pattern/4.png");
}

.pattern-5 {
	background-image: url("images/customizer/pattern/5.png");
}

.pattern-6 {
	background-image: url("images/customizer/pattern/6.png");
}

.pattern-7 {
	background-image: url("images/customizer/pattern/7.png");
}

.pattern-8 {
	background-image: url("images/customizer/pattern/8.png");
}

.line {
	border-bottom: 1px solid #dedede;
}

/*Background Images*/

.main-bg-1, .main-bg-2, .main-bg-3, .main-bg-4, .main-bg-5, .main-bg-6, .main-bg-7, .main-bg-8 {
	background-image: url("images/customizer/bodybg/01.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

.main-bg-2 {
	background-image: url("images/customizer/bodybg/02.jpg");
}

.main-bg-3 {
	background-image: url("images/customizer/bodybg/03.jpg");
}

.main-bg-4 {
	background-image: url("images/customizer/bodybg/04.jpg");
}

.main-bg-5 {
	background-image: url("images/customizer/bodybg/05.jpg");
}

.main-bg-6 {
	background-image: url("images/customizer/bodybg/06.jpg");
}

.main-bg-7 {
	background-image: url("images/customizer/bodybg/07.jpg");
}

.main-bg-8 {
	background-image: url("images/customizer/bodybg/08.jpg");
}

.links a {
	display: flex;
}

.wuyou-waiter {
	position: fixed;
	left: 0px;
	top: 65%;
	width: 60px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
	z-index: 999;
}

.waiter-ul li {
	display: block;
	position: relative;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #fff;
}

.waiter-ul li a {
	padding: 10px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	text-decoration: none;
	font-size: 24px;
}

.waiter-title {
	white-space: nowrap;
	padding-left: 8px;
	padding-right: 8px;
	position: absolute;
	left: -50px;
	bottom: 1px;
	color: #fff;
	width: auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	z-index: 1;
	opacity: 0;
}

.waiter-title:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: -5px;
	top: 14px;
	background-color: #fff;
	transform: rotate(45deg);
}

.waiter-ul li:hover .waiter-title {
	left: 70px;
	opacity: 1;
}

.waiter-ul li.wuyou-shop a {
	background-image: -webkit-linear-gradient(left, #f60, #ffb443);
	background-image: -moz-linear-gradient(left, #f60, #ffb443);
	background-image: -ms-linear-gradient(left, #f60, #ffb443);
}

.waiter-ul li.wuyou-shop .waiter-title {
	background-color: #f60;
}

.waiter-ul li.wuyou-shop .waiter-title:before {
	background-color: #f60;
}

.waiter-ul li.wuyou-contact a {
	background-image: -webkit-linear-gradient(left, #00b7ee, #55d8ff);
	background-image: -moz-linear-gradient(left, #00b7ee, #55d8ff);
	background-image: -ms-linear-gradient(left, #00b7ee, #55d8ff);
}

.waiter-ul li.wuyou-contact .waiter-title {
	background-color: #00b7ee;
}

.waiter-ul li.wuyou-contact .waiter-title:before {
	background-color: #00b7ee;
}

.waiter-ul li.wuyou-top a {
	background-image: -webkit-linear-gradient(left, #333, #666);
	background-image: -moz-linear-gradient(left, #333, #666);
	background-image: -ms-linear-gradient(left, #333, #666);
}

.waiter-ul li.wuyou-top .waiter-title {
	background-color: #333;
}

.waiter-ul li.wuyou-top .waiter-title:before {
	background-color: #333;
}